Convert Text String to Hyperlink

Dear all

I´m looking for a possibility to convert normal text to hyperlink. I´ve put the text as external link and it is running fine. Now I wanted to put this text into an attribute to handle changes. The problem is that this hyperlink does not have a http-prefix as DOORS cannot interprete this as a hyperlink.

Does anybody know how to make a conversion like this?

Thanks in advance.
EA2412 - Fri Mar 05 04:08:33 EST 2010

Re: Convert Text String to Hyperlink
Mathias Mamsch - Sat Mar 06 15:40:34 EST 2010

According to the DOORS help, DOORS only supports the following prefixes for URLs: http://, https://, ftp://, file:// . Since DOORS will parse the attribute value and only turn urls with those prefixes into "clickable" URLs I guess you are out of luck. What kind of data do you need to link to? Regards, Mathias